runtime.traceRegionAlloc.current (field)
6 uses
	runtime (current package)
		traceregion.go#L20: 	current  atomic.UnsafePointer // *traceRegionAllocBlock
		traceregion.go#L53: 	block := (*traceRegionAllocBlock)(a.current.Load())
		traceregion.go#L66: 	block = (*traceRegionAllocBlock)(a.current.Load())
		traceregion.go#L91: 	a.current.Store(unsafe.Pointer(block))
		traceregion.go#L107: 	if current := a.current.Load(); current != nil {
		traceregion.go#L109: 		a.current.Store(nil)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |